home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / interinstall / logonamerica.iimod < prev    next >
Text File  |  1995-08-25  |  865b  |  36 lines

  1. #MODULE FOR iNTERiNSTALL 1.51 -  Log On America (loa.com)
  2. #
  3. ECHO OFF
  4. TIMEOUT 3600    ; Set maximum wait time (in ticks)
  5. REDIAL "BUSY"   ; Redial on busy signal
  6. DELAY 100
  7. SEND ""
  8. DELAY 50
  9. ;INSTALL Enter the modem initialization command
  10. SEND "$RESPONSE"     ; Initialize the modem
  11. DELAY 20
  12. WAIT "K"        ; Wait for the OK
  13. ;INSTALL Enter the telephone number for Log On America
  14. SEND "ATDT$RESPONSE" ; Dial
  15. DELAY 20
  16. WAIT "CT"       ; Wait for connect
  17. DELAY 50
  18. SEND ""         ; Send a CR-LF
  19. DELAY 20
  20. WAIT "ervice:"        ; Wait for Service:
  21. ;INSTALL Enter your user name (case-sensitive)
  22. SEND "S$RESPONSE" ; Send your User ID
  23. DELAY 20
  24. WAIT "d:"         ; Wait for Password:
  25. ;INSTALL Enter your password (case-sensitive)
  26. SEND "$RESPONSE" ; Send your password
  27. DELAY 20
  28. WAIT "LOA>"
  29. SEND "PPP"
  30. #END
  31.  
  32. ; Domain names
  33. DOMAIN loa.com
  34. ; Name servers
  35. NAMESERVER 199.171.167.2
  36.